home *** CD-ROM | disk | FTP | other *** search
- object Whatsnew: TWhatsnew
- Left = 200
- Top = 219
- BorderStyle = bsDialog
- Caption = 'What'#39's new...'
- ClientHeight = 263
- ClientWidth = 385
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 120
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 222
- Width = 385
- Height = 41
- Align = alBottom
- TabOrder = 0
- object Button1: TButton
- Left = 160
- Top = 8
- Width = 75
- Height = 25
- Caption = 'OK'
- TabOrder = 0
- OnClick = Button1Click
- end
- end
- object Memo1: TMemo
- Left = 0
- Top = 0
- Width = 385
- Height = 222
- Align = alClient
- TabOrder = 1
- end
- end
-